﻿<style type="text/css">
  #divParametry{
    border:1px solid black;
    background-color:#F0F0F0;
    width:250px;
    padding:5px;
    float:left;
  }
  label{
    float:left;
    clear:left;
    margin:2px;
  }
  input{
    float:right;
  }
  #btnOtworz{
    margin-top:30px;
    float:right;
  }
</style>